home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / programming / amigac / dice_c_demo / include / sys / param.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-10  |  237 b   |  16 lines

  1.  
  2. /*
  3.  * $VER: sys/param.h 1.0 (17.4.93)
  4.  *
  5.  * (c)Copyright 1992 Obvious Implementations Corp, All Rights Reserved
  6.  */
  7.  
  8. #ifndef SYS_PARAM_H
  9. #define SYS_PARAM_H
  10.  
  11. #include <sys/types.h>
  12. #define MAXPATHLEN 512
  13. #define MACHINE "amiga"
  14.  
  15. #endif
  16.